const runtime._GCoff
14 uses
runtime (current package)
malloc.go#L1143: if gcphase != _GCoff {
mfinal.go#L79: if gcphase != _GCoff {
mgc.go#L206: _GCoff = iota // GC not running; sweeping in background, write barrier disabled
mgc.go#L546: if !memstats.enablegc || panicking != 0 || gcphase != _GCoff {
mgc.go#L957: setGCPhase(_GCoff)
mgc.go#L971: if gcphase != _GCoff {
mgc.go#L1456: if gcphase != _GCoff {
mgcpacer.go#L1094: if gcphase != _GCoff {
mgcpacer.go#L1201: if gcphase != _GCoff {
mgcwork.go#L465: if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
mheap.go#L1827: if gcphase != _GCoff {
proc.go#L4666: if gcphase != _GCoff {
stack.go#L250: if gcphase == _GCoff && s.allocCount == 0 {
stack.go#L500: if gcphase == _GCoff {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)